home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / Anim-FX.exe / scripts / DefineButton2_79 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-05-17  |  195 b   |  10 lines

  1. on(release){
  2.    effect = 600;
  3.    tellTarget("_root.intro600choices")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7.    setProperty(_root.mask600x200, _X, 400);
  8.    setProperty(_root.intro, _X, 1400);
  9. }
  10.